From d8864ab7b355cf85a110527009fe1b04be573b61 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sun, 12 Mar 2006 10:03:33 +0100 Subject: [PATCH] Add missing include of a header file to avoid a compile warning. Signed-off-by: Keir Fraser --- linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c b/linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c index 4c79e95e67..55812edd19 100644 --- a/linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c +++ b/linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c @@ -5,6 +5,7 @@ */ #include #include +#include #include "pciback.h" int verbose_request = 0; -- 2.30.2